home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 179
- Top = 156
- Width = 581
- Height = 437
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object TV1: TTreeView
- Left = 306
- Top = 0
- Width = 181
- Height = 410
- Align = alRight
- AutoExpand = True
- Indent = 19
- ReadOnly = True
- TabOrder = 0
- OnMouseUp = TV1MouseUp
- end
- object Panel2: TPanel
- Left = 487
- Top = 0
- Width = 86
- Height = 410
- Align = alRight
- BevelOuter = bvLowered
- TabOrder = 1
- object ZoomIn: TButton
- Left = 15
- Top = 25
- Width = 61
- Height = 25
- Caption = 'Zoom In'
- TabOrder = 0
- OnClick = ZoomInClick
- end
- object ZoomOut: TButton
- Left = 15
- Top = 60
- Width = 61
- Height = 26
- Caption = 'Zoom Out'
- TabOrder = 1
- OnClick = ZoomOutClick
- end
- object ViewPos: TComboBox
- Left = 5
- Top = 110
- Width = 76
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- OnChange = ViewPosChange
- Items.Strings = (
- 'Front'
- 'Above'
- 'Side'
- 'Behind')
- end
- object StaticText1: TStaticText
- Left = 5
- Top = 90
- Width = 36
- Height = 17
- Caption = 'Viewer'
- TabOrder = 3
- end
- end
- end
-